home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / clonecd / September 93.img / Archives / Utilities / Security - care / Encrypt / MacPGP 2.2 / MacPGP2.2_Readme < prev    next >
Text File  |  1993-03-13  |  4KB  |  79 lines

  1. What's new:  MacPGP2.2 incorporates the following significant new
  2. features
  3.    1) Option to sign a plain text message with a plain text
  4.       signature.  Choose "Sign Only" under the File menu, and
  5.       then check the box "Append clear signature" in the resulting
  6.       dialog.
  7.    2) Key fingerprints (eg. to verify public keys over the phone)
  8.       in the key management dialog. Unlike key IDs, it is impractical
  9.       to forge key fingerprints.
  10.    3) Multiple recipients for a given message are supported.
  11.    4) Improved key handling: large key files can be added to a key
  12.       ring much faster and in "autopilot" mode.
  13.    5) You may now disable other public keys in your keyring, besides
  14.       revoking your own.
  15.    6) Icons are now associated to MacPGP and to the various kinds of
  16.       files it creates.  Double clicking on a MacPGP document now
  17.       launches MacPGP and causes it to process (eg. decrypt) the
  18.       document.  If you had an older version of MacPGP previously
  19.       installed, you may have to rebuild your Desktop files to
  20.       enable this.
  21.    7) The menus have been reorganized and the PGP message window is
  22.       scrollable (but not resizeable).
  23.    8) You can now select text in the PGP message window and copy it
  24.       to the Clipboard.
  25.    9) MacPGP now times keystrokes more accurately and uses other
  26.       Macintosh events (eg. mouse related events) to help with random
  27.       number generation.  As a result fewer keystrokes are required
  28.       to generate random encryption keys.
  29.   10) You can now use MacPGP to just ASCIIfy a binary file without
  30.       encryption or signature, under the File menu.
  31.   11) The key selection dialogs have been improved.
  32.   12) MacPGP dialogs now take SOME cognizance of the contents of your
  33.       "config.txt" file. (Environmental path variables not yet supported.
  34.       Neither are non-English languages or character sets. Also do NOT 
  35.       use TZFix, instead use the Map Control Panel to set your
  36.       time zone. "config.txt" must be in the same folder as MacPGP.)
  37.  
  38.  
  39. IMPORTANT NOTE: Multiple recipients (feature (3) above) is not supported
  40. by PGP versions < 2.2. Hence if you use this option, users of these PGP
  41. versions will not be able to decrypt your message. An Alert has been added
  42. to warn you about this.  To turn off this Alert, check "Multiple Recipients"
  43. under the Options menu or add the line
  44.   Multiple_Recipients = on
  45. to your "config.txt".
  46.  
  47. How MacPGP works:  MacPGP consists of a Macintosh interface which presents
  48. menus and dialogs, and the PGP "engine" compiled from the same sources as
  49. the command line version of PGP under Unix or MS-DOS.  The Macintosh front
  50. end receives your input telling it what to do.  The front end then converts
  51. your input internally into a pgp command line which it passes on to the engine
  52. for processing.  The command line is echoed to the PGP message window.
  53. Please read the attached PGP documentation for the command line version
  54. for details about PGP.
  55.  
  56. LAST MINUTE NOTE: Several of the PGP cognoscenti complained that
  57. MacPGP doesn't allow you to access certain obscure and undocumented
  58. functions of PGP such as
  59.   pgp -km .....
  60.   pgp -da .....
  61. Rather than try to track down all of these hidden features and add menus
  62. and dialogs to access them, it was decided to add a kludge: a command line
  63. escape for MacPGP (also serving as a VERY PRIMITIVE scripting facility):
  64. There is now a new item under the File menu, "Run a command file".
  65. If you choose this item, a dialog appears asking you to choose a
  66. text file containing pgp command lines.  MacPGP then passes all of
  67. these raw command lines one by one to the PGP engine, until it finishes
  68. reading the file.  File pathnames are expected to use the Macintosh
  69. convention of using colons to separate directory names. Thus
  70.   disk_name:top_folder:next_folder:...:file_name (absolute path)
  71. or
  72.   :folder_name:folder_name2:...:file_name (relative path from current folder)
  73. If any of your file/folder/disk names contains a space you must enclose the
  74. whole path in double quotes. Multitudes of caveats apply to this feature.
  75. It is untested, unsupported and may bomb your Mac.  Certain features of PGP such
  76. as "filter mode" will most definitely NOT WORK. Use this feature at your own
  77. risk. Be sure to read the PGP manual before attempting this.
  78.  
  79.